home *** CD-ROM | disk | FTP | other *** search
- #ifndef __TUPLETESTS__
- #define __TUPLETESTS__
-
- #ifndef __BUILDINGBLOCKSTEST__
- #include "BuildingBlocksTest.h"
- #endif
-
- /*
- File: TupleTests.h
-
- Copyright: © 1991-1994 by Apple Computer, Inc.
- All rights reserved.
-
- Part of the AOCE Sample SMSAM Package. Consult the license
- which came with this software for your specific legal rights.
-
- */
-
-
-
- extern void FolderTest ();
- extern void HFSDatabaseTest ();
- extern void BTreeDatabaseTest ();
- extern void RamDatabaseTest ();
- extern void AllDatabaseTests ();
- extern void PrintSizes ();
- extern void BufferTests ();
- extern void TupleTests ();
- extern void DiskLogTests ();
-
- /***********************************|****************************************/
-
- #endif // __TUPLETESTS__
-